< Prev(J) / Next(K) > / View :

Filename: /text/scalc/01/04060106.xhp

(bookmark: bm_id3147124)
mathematical functions
Function Wizard; mathematical
functions; mathematical functions
trigonometric functions

数学関数
関数ウィザード; 数学
関数; 数学関数
三角関数

Mathematical Functions
数学関数(hd_id3147124.1)

(variable: mathematiktext)This category contains the Mathematical functions for Calc. To open the Function Wizard, choose Insert - Function.
(variable: mathematiktext)このカテゴリは、Calc の数学関数を含みます。関数ウィザードを開くには、挿入 → 関数選択します。(par_id3154943.2)

(section: Section1) (bookmark: bm_id3146944)
ABS function
absolute values
values;absolute

ABS 関数
絶対値
値;絶対
(bookmark: bm_id3150695)

ABS
ABS(hd_id3146944.33)

Returns the absolute value of a number.
この関数は、数値の絶対値を返します。(par_id3154546.34)

Syntax
構文(hd_id3154843.35)

ABS(Number)
ABS(数値)(par_id3147475.36)

Number is the number whose absolute value is to be calculated. The absolute value of a number is its value without the +/- sign.
は、絶対値を求める数です。 絶対値とは、+/- 符号なしの値です。(par_id3148438.37)

Example
(hd_id3155823.38)

=ABS(-56) returns 56.
=ABS(-56) は、56 を返します。(par_id3152787.39)

=ABS(12) returns 12.
=ABS(12) は、12 を返します。(par_id3148752.40)

=ABS(0) returns 0.
=ABS(0) は、0 を返します。(par_id320139.)

(/section: Section1) (section: Section62) (bookmark: bm_id3150896)
COUNTBLANK function
counting;empty cells
empty cells;counting

COUNTBLANK 関数
カウント;空のセル
空のセル;カウント
(bookmark: bm_id3149730)

COUNTBLANK
COUNTBLANK(hd_id3150896.42)

Returns the number of empty cells.
空のセルの数を返します。(par_id3155260.43)

Syntax
構文(hd_id3145144.44)

COUNTBLANK(Range)
COUNTBLANK(範囲)(par_id3153931.45)

Returns the number of empty cells in the cell range Range.
セル範囲 範囲 の空のセルの数を返します。(par_id3149512.46)

Example
(hd_id3146139.47)

=COUNTBLANK(A1:B2) returns 4 if cells A1, A2, B1, and B2 are all empty.
セル A1、A2、B1、および B2 がすべて空の場合、=COUNTBLANK(A1:B2) は 4 を返します。(par_id3148586.48)

(/section: Section62) (section: Section61) (bookmark: bm_id3153114)
ACOS function

ACOS 関数
(bookmark: bm_id3155952)

ACOS
ACOS(hd_id3153114.50)

Returns the inverse trigonometric cosine of a number.
数値のアークコサインを返します。(par_id3145163.51)

Syntax
構文(hd_id3153565.52)

ACOS(Number)
ACOS(数値)(par_id3150020.53)

This function returns the inverse trigonometric cosine of Number, that is the angle (in radians) whose cosine is Number. The angle returned is between 0 and PI.
この関数は、数値 のアークコサインを返します。これは、コサインが 数値 のラジアン単位の角度です。0 以上で PI より小さい角度が返されます。(par_id3159134.54)

To return the angle in degrees, use the DEGREES function.
角度を度数で返すには、DEGREES 関数を使用します。(par_id679647.)

Example
(hd_id3149882.55)

=ACOS(-1) returns 3.14159265358979 (PI radians)
=ACOS(-1) は、3.14159265358979 (PI ラジアン) を返します。(par_id3150128.56)

=DEGREES(ACOS(0.5)) returns 60. The cosine of 60 degrees is 0.5.
=DEGREES(ACOS(0.5)) は、60 を返します。60 度のコサインは 0.5 です。(par_id8792382.)

(/section: Section61) (section: Section60) (bookmark: bm_id3145355)
ACOSH function

ACOSH 関数
(bookmark: bm_id3148386)

ACOSH
ACOSH(hd_id3145355.60)

Returns the inverse hyperbolic cosine of a number.
逆双曲線コサイン(par_id3157993.61)

Syntax
構文(hd_id3145295.62)

ACOSH(Number)
ACOSH(数値)(par_id3151017.63)

This function returns the inverse hyperbolic cosine of Number, that is the number whose hyperbolic cosine is Number.
この関数は、数値 の双曲線逆コサインを返します。これは、双曲線コサインが 数値 の数です。(par_id3149000.64)

Number must be greater than or equal to 1.
1 以上の数字を入力してください。(par_id6393932.)

Example
(hd_id3150566.65)

=ACOSH(1) returns 0.
=ACOSH(1) は、0 を返します。(par_id3145629.66)

=ACOSH(COSH(4)) returns 4.
=ACOSH(COSH(4)) は、4 を返します。(par_id951567.)

(/section: Section60) (section: Section59) (bookmark: bm_id3149027)
ACOT function

ACOT 関数
(bookmark: bm_id3154634)

ACOT
ACOT(hd_id3149027.70)

Returns the inverse cotangent (the arccotangent) of the given number.
数値の逆コタンジェント (アークコタンジェント) を返します。(par_id3155818.71)

Syntax
構文(hd_id3153225.72)

ACOT(Number)
ACOT(数値)(par_id3158419.73)

This function returns the inverse trigonometric cotangent of Number, that is the angle (in radians) whose cotangent is Number. The angle returned is between 0 and PI.
この関数は、数値 のアークコタンジェントを返します。これは、コタンジェントが 数値 のラジアン単位の角度です。0 以上で PI より小さい角度が返されます。(par_id3154948.74)

To return the angle in degrees, use the DEGREES function.
角度を度数で返すには、DEGREES 関数を使用します。(par_id5834528.)

Example
(hd_id3147538.75)

=ACOT(1) returns 0.785398163397448 (PI/4 radians).
=ACOT(1) は、0.785398163397448 (PI/4 ラジアン) を返します。(par_id3155375.76)

=DEGREES(ACOT(1)) returns 45. The tangent of 45 degrees is 1.
=DEGREES(ACOT(1)) は、45 を返します。45 度のタンジェントは 1 です。(par_id8589434.)

(/section: Section59) (section: Section58) (bookmark: bm_id3148426)
ACOTH function

ACOTH 関数
(bookmark: bm_id3149777)

ACOTH
ACOTH(hd_id3148426.80)

Returns the inverse hyperbolic cotangent of the given number.
数値 の双曲線逆コタンジェントを返します。(par_id3147478.81)

Syntax
構文(hd_id3152585.82)

ACOTH(Number)
ACOTH(数値)(par_id3147172.83)

This function returns the inverse hyperbolic cotangent of Number, that is the number whose hyperbolic cotangent is Number.
この関数は、数値 の双曲線逆コタンジェントを返します。これは、双曲線コタンジェントがその数値となる値です。(par_id3146155.84)

An error results if Number is between -1 and 1 inclusive.
数字が -1 以上、1 以下の場合はエラーになります。(par_id5818659.)

Example
(hd_id3083452.85)

=ACOTH(1.1) returns inverse hyperbolic cotangent of 1.1, approximately 1.52226.
=ACOTH(1.1) は、1.1 の双曲線逆コタンジェント (約 1.52226) を返します。(par_id3150608.86)

(/section: Section58) (section: Section57) (bookmark: bm_id3145084)
ASIN function

ASIN 関数
(bookmark: bm_id3149280)

ASIN
ASIN(hd_id3145084.90)

Returns the inverse trigonometric sine of a number.
数値のアークサインを返します。(par_id3156296.91)

Syntax
構文(hd_id3149716.92)

ASIN(Number)
ASIN(数値)(par_id3156305.93)

This function returns the inverse trigonometric sine of Number, that is the angle (in radians) whose sine is Number. The angle returned is between -PI/2 and +PI/2.
この関数は、数値 のアークサインを返します。これは、サインが 数値 のラジアン単位の角度です。-PI/2 以上で +PI/2 より小さい角度が返されます。(par_id3150964.94)

To return the angle in degrees, use the DEGREES function.
角度を度数で返すには、DEGREES 関数を使用します。(par_id203863.)

Example
(hd_id3149448.95)

=ASIN(0) returns 0.
=ASIN(0) は、0 を返します。(par_id3156100.96)

=ASIN(1) returns 1.5707963267949 (PI/2 radians).
=ASIN(1) は、1.5707963267949 (PI/2 ラジアン) を返します。(par_id6853846.)

=DEGREES(ASIN(0.5)) returns 30. The sine of 30 degrees is 0.5.
=DEGREES(ASIN(0.5)) は、30 を返します。30 度のサインは 0.5 です。(par_id8772240.)

(/section: Section57) (section: Section56) (bookmark: bm_id3151266)
ASINH function

ASINH 関数
(bookmark: bm_id3145206)

ASINH
ASINH(hd_id3151266.100)

Returns the inverse hyperbolic sine of a number.
数値の双曲線逆サインを返します。(par_id3147077.101)

Syntax
構文(hd_id3150763.102)

ASINH(Number)
ASINH(数値)(par_id3150882.103)

This function returns the inverse hyperbolic sine of Number, that is the number whose hyperbolic sine is Number.
この関数は、数値 の双曲線逆サインを返します。これは、双曲線サインが 数値 の数です。(par_id3147621.104)

Example
(hd_id3153212.105)

=ASINH(-90) returns approximately -5.1929877.
ASINH(-90) は、約 -5.1929877 を返します。(par_id3156120.106)

=ASINH(SINH(4)) returns 4.
=ASINH(SINH(4)) は、4 を返します。(par_id4808496.)

(/section: Section56) (section: Section55) (bookmark: bm_id3155996)
ATAN function

ATAN 関数
(bookmark: bm_id3154743)

ATAN
ATAN(hd_id3155996.110)

Returns the inverse trigonometric tangent of a number.
数値のアークタンジェントを返します。(par_id3149985.111)

Syntax
構文(hd_id3151294.112)

ATAN(Number)
ATAN(数値)(par_id3150261.113)

This function returns the inverse trigonometric tangent of Number, that is the angle (in radians) whose tangent is Number. The angle returned is between -PI/2 and PI/2.
この関数は、数値 のアークタンジェントを返します。これは、タンジェントが 数値 のラジアン単位の角度です。-PI/2 以上で PI/2 より小さい角度が返されます。(par_id3147267.114)

To return the angle in degrees, use the DEGREES function.
角度を度数で返すには、DEGREES 関数を使用します。(par_id6293527.)

Example
(hd_id3154054.115)

=ATAN(1) returns 0.785398163397448 (PI/4 radians).
=ATAN(1) は、0.785398163397448 (PI/4 ラジアン) を返します。(par_id3143229.116)

=DEGREES(ATAN(1)) returns 45. The tangent of 45 degrees is 1.
=DEGREES(ATAN(1)) は、45 を返します。45 度のタンジェントは 1 です。(par_id8746299.)

(/section: Section55) (section: Section54) (bookmark: bm_id3153983)
ATAN2 function

ATAN2 関数
(bookmark: bm_id3159180)

ATAN2
ATAN2(hd_id3153983.120)

Returns the inverse trigonometric tangent of the specified x and y coordinates.
指定の x および y 座標のアークタンジェントを返します。(par_id3154297.121)

Syntax
構文(hd_id3149758.122)

ATAN2(NumberX; NumberY)
ATAN2(数値 X; 数値 Y)(par_id3156013.123)

NumberX is the value of the x coordinate.
数値 X は、x 座標の値です。(par_id3151168.124)

NumberY is the value of the y coordinate.
数値 Y は、y 座標の値です。(par_id3152798.125)

ATAN2 returns the inverse trigonometric tangent, that is, the angle (in radians) between the x-axis and a line from point NumberX, NumberY to the origin. The angle returned is between -PI and PI.
ATAN2 は、アークタンジェントを返します。これは、X 軸と数値 X、数値 Y の点と原点を通る線の間のラジアン単位の角度です。-PI 以上で PI より小さい角度が返されます。(par_id5036164.)

To return the angle in degrees, use the DEGREES function.
角度を度数で返すには、DEGREES 関数を使用します。(par_id3001800.)

Example
(hd_id3145663.126)

=ATAN2(20;20) returns 0.785398163397448 (PI/4 radians).
=ATAN2(20;20) は、0.785398163397448 (PI/4 ラジアン) を返します。(par_id3154692.127)

=DEGREES(ATAN2(12.3;12.3)) returns 45. The tangent of 45 degrees is 1.
=DEGREES(ATAN2(12.3;12.3)) は、45 を返します。45 度のタンジェントは 1 です。(par_id1477095.)

(/section: Section54) (section: Section53) (bookmark: bm_id3155398)
ATANH function

ATANH 関数
(bookmark: bm_id3154939)

ATANH
ATANH(hd_id3155398.130)

Returns the inverse hyperbolic tangent of a number.
数値の双曲線逆タンジェントを返します。(par_id3148829.131)

Syntax
構文(hd_id3146997.132)

ATANH(Number)
ATANH(数値)(par_id3149912.133)

This function returns the inverse hyperbolic tangent of Number, that is the number whose hyperbolic tangent is Number.
この関数は、数値 の双曲線逆タンジェントを返します。これは、双曲線タンジェントが 数値 の数です。(par_id3150521.134)

Number must obey the condition -1 < number < 1.
数字は、-1 より大きく、1 未満という条件に従う必要があります。(par_id9357280.)

Example
(hd_id3148450.135)

=ATANH(0) returns 0.
=ATANH(0) は、0 を返します。(par_id3145419.136)

(/section: Section53) (section: Section52) (bookmark: bm_id3153062)
COS function

COS 関数
(bookmark: bm_id3158408)

COS
COS(hd_id3153062.149)

Returns the cosine of the given angle (in radians).
ラジアン単位で指定された角度のコサインを返します。(par_id3148803.150)

Syntax
構文(hd_id3150779.151)

COS(Number)
COS(数値)(par_id3154213.152)

Returns the (trigonometric) cosine of Number, the angle in radians.
Number のコサイン、ラジアン単位の角度を返します。(par_id3154285.153)

To return the cosine of an angle in degrees, use the RADIANS function.
角度のコサインを度数で返すには、RADIANS 関数を使用します。(par_id831019.)

Examples
(hd_id3153579.154)

=COS(PI()/2) returns 0, the cosine of PI/2 radians.
=COS(PI()/2) は、PI/2 ラジアンのコサインを表す 0 を返します。(par_id3147240.155)

=COS(RADIANS(60)) returns 0.5, the cosine of 60 degrees.
=COS(RADIANS(60)) は、60 度のコサインを表す 0.5 を返します。(par_id3147516.156)

(/section: Section52) (section: Section51) (bookmark: bm_id3154277)
COSH function

COSH 関数
(bookmark: bm_id3149158)

COSH
COSH(hd_id3154277.159)

Returns the hyperbolic cosine of a number.
数値の双曲線コサインを返します。(par_id3146946.160)

Syntax
構文(hd_id3149792.161)

COSH(Number)
COSH(数値)(par_id3166440.162)

Returns the hyperbolic cosine of Number.
Number の双曲線コサインを返します。(par_id3150710.163)

Example
(hd_id3153234.164)

=COSH(0) returns 1, the hyperbolic cosine of 0.
=COSH(0) は、0 の双曲線コサインを表す 1 を返します。(par_id3154099.165)

(/section: Section51) (section: Section50) (bookmark: bm_id3152888)
COT function

COT 関数
(bookmark: bm_id3153392)

COT
COT(hd_id3152888.169)

Returns the cotangent of the given angle (in radians).
ラジアン単位で指定された角度のコタンジェントを返します。(par_id3153679.170)

Syntax
構文(hd_id3152943.171)

COT(Number)
COT(数値)(par_id3154856.172)

Returns the (trigonometric) cotangent of Number, the angle in radians.
Number のコタンジェント、ラジアン単位の角度を返します。(par_id3149969.173)

To return the cotangent of an angle in degrees, use the RADIANS function.
角度のコタンジェントを度数で返すには、RADIANS 関数を使用します。(par_id3444624.)

The cotangent of an angle is equivalent to 1 divided by the tangent of that angle.
角度のコタンジェントは、この角度のタンジェントで 1 を割った数と同じです。(par_id6814477.)

Examples:
例:(hd_id3149800.174)

=COT(PI()/4) returns 1, the cotangent of PI/4 radians.
=COT(PI()/4) は、PI/4 ラジアンのコタンジェントを表す 1 を返します。(par_id3148616.175)

=COT(RADIANS(45)) returns 1, the cotangent of 45 degrees.
=COT(RADIANS(45)) は、45 度のコタンジェントを表す 1 を返します。(par_id3148986.176)

(/section: Section50) (section: Section49) (bookmark: bm_id3154337)
COTH function

COTH 関数
(bookmark: bm_id3148650)

COTH
COTH(hd_id3154337.178)

Returns the hyperbolic cotangent of a given number (angle).
数値 (角度) の双曲線コタンジェントを返します。(par_id3149419.179)

Syntax
構文(hd_id3149242.180)

COTH(Number)
COTH(数値)(par_id3143280.181)

Returns the hyperbolic cotangent of Number.
数値 の双曲線コタンジェントを返します。(par_id3154799.182)

Example
(hd_id3155422.183)

=COTH(1) returns the hyperbolic cotangent of 1, approximately 1.3130.
=COTH(1) は、1 の双曲線コタンジェント (約 1.3130) を返します。(par_id3144754.184)

(/section: Section49) (section: Section48) (bookmark: bm_id3145314)
DEGREES function
converting;radians, into degrees

DEGREES 関数
変換; ラジアン、度数に
(bookmark: bm_id3153946)

DEGREES
DEGREES(hd_id3145314.188)

Converts radians into degrees.
ラジアンを度に変換します。(par_id3149939.189)

Syntax
構文(hd_id3150623.190)

DEGREES(Number)
DEGREES(数値)(par_id3145600.191)

Number is the angle in radians to be converted to degrees.
Number は、度数に変換されるラジアン単位の角度です。(par_id3149484.192)

Example
(hd_id3669545.)

=DEGREES(PI()) returns 180 degrees.
=DEGREES(PI()) は、180 度を返します。(par_id3459578.)

(/section: Section48) (section: Section47) (bookmark: bm_id3148698)
EXP function

EXP 関数
(bookmark: bm_id3154625)

EXP
EXP(hd_id3148698.198)

Returns e raised to the power of a number. The constant e has a value of approximately 2.71828182845904.
e を底とする数値のべき乗を返します。定数 e の値は約 2.71828182845904 です。(par_id3150592.199)

Syntax
構文(hd_id3150351.200)

EXP(Number)
EXP(数値)(par_id3146786.201)

Number is the power to which e is to be raised.
数値 は、e を底とするべき乗の指数です。(par_id3155608.202)

Example
(hd_id3154418.203)

=EXP(1) returns 2.71828182845904, the mathematical constant e to Calc's accuracy.
=EXP(1) は、Calc の精度の数学定数 e、つまり 2.71828182845904 を返します。(par_id3156340.204)

(/section: Section47) (section: Section46) (bookmark: bm_id3145781)
FACT function
factorials;numbers

FACT 関数
階乗、数値
(bookmark: bm_id3153886)

FACT
FACT(hd_id3145781.208)

Returns the factorial of a number.
数値の階乗を返します。(par_id3151109.209)

Syntax
構文(hd_id3146902.210)

FACT(Number)
FACT(数値)(par_id3154661.211)

Returns Number!, the factorial of Number, calculated as 1*2*3*4* ... * Number.
1*2*3*4* ... * 数値 として計算される 数値 の階乗、Number! を返します。(par_id3152952.212)

=FACT(0) returns 1 by definition.
定義上、=FACT(0) は 1 を返します。(par_id3834650.)

The factorial of a negative number returns the "invalid argument" error.
負の数の乗数は、「無効な引数」エラーを返します。(par_id8429517.)

Example
(hd_id3154569.213)

=FACT(3) returns 6.
=FACT(3) は、6 を返します。(par_id3154476.216)

=FACT(0) returns 1.
=FACT(0) は、1 を返します。(par_id3147525.214)

(/section: Section46) (section: Section45) (bookmark: bm_id3159084)
INT function
numbers;rounding down to next integer
rounding;down to next integer

INT 関数
数値;次の整数に切り下げる
丸め;次の整数に切り下げる
(bookmark: bm_id3151311)

INT
INT(hd_id3159084.218)

Rounds a number down to the nearest integer.
数値を四捨五入して整数にします。(par_id3158441.219)

Syntax
構文(hd_id3146132.220)

INT(Number)
INT(数値)(par_id3156146.221)

Returns Number rounded down to the nearest integer.
小数点以下を切り捨てた 数値 を返します。(par_id3154117.222)

Negative numbers round down to the integer below.
負の数は次の整数に切り下げられます。(par_id153508.)

Example
(hd_id3155118.223)

=INT(5.7) returns 5.
=INT(5.7) は、5 を返します。(par_id3156267.224)

=INT(-1.3) returns -2.
=INT(-1.3) は、-2 を返します。(par_id3147323.225)

(/section: Section45) (section: Section44) (bookmark: bm_id3150938)
EVEN function
numbers;rounding up/down to even integers
rounding;up/down to even integers

EVEN 関数
数値;偶数に切り下げる/切り上げる
丸め;偶数に切り上げる/切り下げる
(bookmark: bm_id3150949)

EVEN
EVEN(hd_id3150938.227)

Rounds a positive number up to the next even integer and a negative number down to the next even integer.
正の数を次の偶数に切り上げ、負の数を次の偶数に切り下げます。(par_id3149988.228)

Syntax
構文(hd_id3148401.229)

EVEN(Number)
EVEN(数値)(par_id3150830.230)

Returns Number rounded to the next even integer up, away from zero.
ゼロとは逆方向の次の偶数に丸めた 数値 を返します。(par_id3153350.231)

Examples
(hd_id3155508.232)

=EVEN(2.3) returns 4.
=EVEN(2.3) は、4 を返します。(par_id3154361.233)

=EVEN(2) returns 2.
=EVEN(2) は、2 を返します。(par_id8477736.)

=EVEN(0) returns 0.
=EVEN(0) は、0 を返します。(par_id159611.)

=EVEN(-0.5) returns -2.
=EVEN(-0.5) は、-2 を返します。(par_id6097598.)

(/section: Section44) (section: Section43) (bookmark: bm_id3147356)
GCD function
greatest common divisor

GCD 関数
最大公約数
(bookmark: bm_id3149737)

GCD
GCD(hd_id3147356.237)

Returns the greatest common divisor of two or more integers.
複数の整数の最大公約数を返します。(par_id3152465.238)

The greatest common divisor is the positive largest integer which will divide, without remainder, each of the given integers.
最大公約数は、指定された各整数を余りが出ることなく割り切れる正の最大整数です。(par_id2769249.)

Syntax
構文(hd_id3150643.239)

GCD(Integer1; Integer2; ...; Integer30)
GCD(整数 1; 整数 2; ...; 整数 30)(par_id3154524.240)

Integer1 To 30 are up to 30 integers whose greatest common divisor is to be calculated.
整数 1 から 30 は、最大公約数を計算する最高 30 個の整数です。(par_id3149340.241)

Example
(hd_id3147317.242)

=GCD(16;32;24) gives the result 8, because 8 is the largest number that can divide 16, 24 and 32 without a remainder.
16、24、32 を割り切れる最大数は 8 なので、=GCD(16;32;24) は 8 を返します。(par_id3151285.243)

=GCD(B1:B3) where cells B1, B2, B3 contain 9, 12, 9 gives 3.
セル B1、B2、および B3 に 912、および 9 が含まれる時 =GCD(B1:B3) は、3 を返します。(par_id1604663.)

(/section: Section43) (section: Section42) (bookmark: bm_id3151221)
GCD_ADD function

GCD_ADD 関数
(bookmark: bm_id3147578)

GCD_ADD
GCD_ADD(hd_id3151221.677)

The result is the greatest common divisor of a list of numbers.
複数の数値の最大公約数を返します。(par_id3153257.678)

(embed text/scalc/01/04060102.xhp#ADD_note : linkinfo)

Note Icon 注マーク The functions whose names end with _ADD return the same results as the corresponding Microsoft Excel functions. Use the functions without _ADD to get results based on international standards. For example, the WEEKNUM function calculates the week number of a given date based on international standard ISO 8601, while WEEKNUM_ADD returns the same week number as Microsoft Excel.
名前の最後が _ADD である関数は、対応する Microsoft Excel 関数と同じ結果を返します。国際標準に基づく結果を取得するには、_ADD のない関数を使用します。たとえば、WEEKNUM 関数は国際標準 ISO 8601 に基づいて与えられた日付の週番号を計算しますが、WEEKNUM_ADD は Microsoft Excel と同じ週番号を返します。(par_idN10600.)

(/embed text/scalc/01/04060102.xhp#ADD_note)

Syntax
構文(hd_id3147548.679)

GCD_ADD(Number(s))
GGT_ADD(数値)(par_id3156205.680)

Number(s) is a list of up to 30 numbers.
数値 は、最高 30 個の数字のリストです。(par_id3145150.681)

Example
(hd_id3150239.682)

=GCD_ADD(5;15;25) returns 5.
=GCD_ADD(5;15;25) は、5 を返します。(par_id3159192.683)

(/section: Section42) (section: Section41) (bookmark: bm_id3156048)
ISEVEN function
even integers

ISEVEN 関数
偶数
(bookmark: bm_id3149430)

ISEVEN
ISEVEN(hd_id3156048.245)

Returns TRUE if the value is an even integer, or FALSE if the value is odd.
値が偶数の場合は TRUE を返し、値が奇数の場合は FALSE を返します。(par_id3149169.246)

Syntax
構文(hd_id3146928.247)

ISEVEN(Value)
ISEVEN(値)(par_id3151203.248)

Value is the value to be checked.
は、チェックされる値です。(par_id3150491.249)

If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored.
値が整数ではない場合、小数点以下のすべての桁数は無視されます。値の符号も無視されます。(par_id3445844.)

Example
(hd_id3154136.250)

=ISEVEN(48) returns TRUE
=ISEVEN(48) は、TRUE を返します。(par_id3163813.251)

=ISEVEN(33) returns FALSE
=ISEVEN(33) は、FALSE を返します。(par_id8378856.)

=ISEVEN(0) returns TRUE
=ISEVEN(0) は、TRUE を返します。(par_id7154759.)

=ISEVEN(-2.1) returns TRUE
=ISEVEN(-2.1) は、TRUE を返します。(par_id1912289.)

=ISEVEN(3.999) returns FALSE
=ISEVEN(3.999) は、FALSE を返します。(par_id5627307.)

(/section: Section41) (section: Section40) (bookmark: bm_id3156034)
ISODD function
odd integers

ISODD 関数
奇数
(bookmark: bm_id3149298)

ISODD
ISODD(hd_id3156034.255)

Returns TRUE if the value is odd, or FALSE if the number is even.
値が奇数の場合は TRUE を返し、偶数の場合は FALSE を返します。(par_id3155910.256)

Syntax
構文(hd_id3151006.257)

ISODD(value)
ISODD(値)(par_id3151375.258)

Value is the value to be checked.
は、チェックされる数値です。(par_id3155139.259)

If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored.
値が整数ではない場合、小数点以下のすべての桁数は無視されます。値の符号も無視されます。(par_id9027680.)

Example
(hd_id3163723.260)

=ISODD(33) returns TRUE
=ISODD(33) は、TRUE を返します。(par_id3155345.261)

=ISODD(48) returns FALSE
=ISODD(48) は、FALSE を返します。(par_id9392986.)

=ISODD(3.999) returns TRUE
=ISODD(3.999) は、TRUE を返します。(par_id5971251.)

=ISODD(-3.1) returns TRUE
=ISODD(-3.1) は、TRUE を返します。(par_id4136478.)

(/section: Section40) (section: Section39) (bookmark: bm_id3145213)
LCM function
least common multiples
lowest common multiples

LCM 関数
最小公倍数
最小公倍数
(bookmark: bm_id3145225)

LCM
LCM(hd_id3145213.265)

Returns the least common multiple of one or more integers.
複数の整数の最小公倍数を返します。(par_id3146814.266)

Syntax
構文(hd_id3148632.267)

LCM(Integer1; Integer2; ...; Integer30)
LCM(整数 1; 整数 2; ...; 整数 30)(par_id3147279.268)

Integer1 to 30 are up to 30 integers whose lowest common multiple is to be calculated.
整数 1 から 30 は、最小公倍数を計算する最高 30 個の整数です。(par_id3156348.269)

Example
(hd_id3156431.270)

If you enter the numbers 512;1024 and 2000 in the Integer 1;2 and 3 text boxes, 128000 will be returned as the result.
整数 1、2、および 3 テキストボックスに数字 5121024、および 2000 を入力すると、結果として 128000 が返されます。(par_id3154914.271)

(/section: Section39) (section: Section38) (bookmark: bm_id3154230)
LCM_ADD function

LCM_ADD 関数
(bookmark: bm_id3147222)

LCM_ADD
LCM_ADD(hd_id3154230.684)

The result is the lowest common multiple of a list of numbers.
複数の数値の最小公倍数を返します。(par_id3149036.685)

(embed text/scalc/01/04060102.xhp#ADD_note : linkinfo)

Note Icon 注マーク The functions whose names end with _ADD return the same results as the corresponding Microsoft Excel functions. Use the functions without _ADD to get results based on international standards. For example, the WEEKNUM function calculates the week number of a given date based on international standard ISO 8601, while WEEKNUM_ADD returns the same week number as Microsoft Excel.
名前の最後が _ADD である関数は、対応する Microsoft Excel 関数と同じ結果を返します。国際標準に基づく結果を取得するには、_ADD のない関数を使用します。たとえば、WEEKNUM 関数は国際標準 ISO 8601 に基づいて与えられた日付の週番号を計算しますが、WEEKNUM_ADD は Microsoft Excel と同じ週番号を返します。(par_idN10600.)

(/embed text/scalc/01/04060102.xhp#ADD_note)

Syntax
構文(hd_id3153132.686)

LCM_ADD(Number(s))
LCM_ADD(数値)(par_id3154395.687)

Number(s) is a list of up to 30 numbers.
数値 は、最高 30 個の数字のリストです。(par_id3147377.688)

Example
(hd_id3145122.689)

=LCM_ADD(5;15;25) returns 75.
=LCM_ADD(5;15;25) は、75 を返します。(par_id3145135.690)

(/section: Section38) (section: Section37) (bookmark: bm_id3155802)
COMBIN function
number of combinations

COMBIN 関数
組み合わせの数
(bookmark: bm_id3155077)

COMBIN
COMBIN(hd_id3155802.273)

Returns the number of combinations for elements without repetition.
繰り返しを含まない要素の組み合わせの数を返します。(par_id3156172.274)

Syntax
構文(hd_id3156193.275)

COMBIN(Count1; Count2)
COMBIN(カウント 1; カウント 2)(par_id3150223.276)

Count1 is the number of items in the set.
カウント 1 は、セット内の項目の数です。(par_id3150313.277)

Count2 is the number of items to choose from the set.
カウント 2 は、セットから選択する項目の数です。(par_id3153830.278)

COMBIN returns the number of ordered ways to choose these items. For example if there are 3 items A, B and C in a set, you can choose 2 items in 3 different ways, namely AB, AC and BC.
COMBIN は、これらの項目を選択する方法の数を返します。 たとえば、3 つの項目 A、B および C がセットの場合、3 つの方法、つまり、AB、AC、および BC のうち 2 つの項目を選択します。(par_id6807458.)

COMBIN implements the formula: Count1!/(Count2!*(Count1-Count2)!)
COMBIN は、数式 Count1!/(Count2!*(Count1-Count2)!) を実行します。(par_id7414471.)

Example
(hd_id3153171.279)

=COMBIN(3;2) returns 3.
=COMBIN(3;2) は、3 を返します。(par_id3153517.280)

(/section: Section37) (section: Section36) (bookmark: bm_id3150284)
COMBINA function
number of combinations with repetitions

COMBINA 関数
組み合わせ (繰り返しも含む) の数
(bookmark: bm_id3150295)

COMBINA
COMBINA(hd_id3150284.282)

Returns the number of combinations of a subset of items including repetitions.
繰り返しを含む項目のサブセットの組み合わせの数を返します。(par_id3157894.283)

Syntax
構文(hd_id3145752.284)

COMBINA(Count1; Count2)
COMBINA(カウント 1; カウント 2)(par_id3145765.285)

Count1 is the number of items in the set.
カウント 1 は、セット内の項目の数です。(par_id3153372.286)

Count2 is the number of items to choose from the set.
カウント 2 は、セットから選択する項目の数です。(par_id3155544.287)

COMBINA returns the number of unique ways to choose these items, where the order of choosing is irrelevant, and repetition of items is allowed. For example if there are 3 items A, B and C in a set, you can choose 2 items in 6 different ways, namely AA, AB, AC, BB, BC and CC.
[PO-fuzzy@scalc\01.po] COMBINA はこれらの項目を選択する方法の数を返します。選択順序が重要です。 たとえば、3 つの項目 A、B および C がセットの場合、6 つの方法、つまり、AB、BA、AC、CA、BC および CB のうち 2 つの項目を選択します。(par_id1997131.)

COMBINA implements the formula: (Count1+Count2-1)! / (Count2!(Count1-1)!)
COMBIN は、数式 Count1!/(Count2!*(Count1-Count2)!) を実行します。(par_id2052064.)

Example
(hd_id3154584.288)

=COMBINA(3;2) returns 6.
=COMBINA(3;2) は、6 を返します。(par_id3152904.289)

(/section: Section36) (section: Section35) (bookmark: bm_id3156086)
TRUNC function
decimal places;cutting off

TRUNC 関数
小数位;切り捨てる
(bookmark: bm_id3157849)

TRUNC
TRUNC(hd_id3156086.291)

Truncates a number by removing decimal places.
小数点以下を削除して数を切り捨てます。(par_id3157866.292)

Syntax
構文(hd_id3148499.293)

TRUNC(Number; Count)
TRUNC(数値; カウント)(par_id3148511.294)

Returns Number with at most Count decimal places. Excess decimal places are simply removed, irrespective of sign.
カウント が最大で小数位の 数値 を返します。余分な小数位は、符号にかかわらず単に削除されます。(par_id3150796.295)

TRUNC(Number; 0) behaves as INT(Number) for positive numbers, but effectively rounds towards zero for negative numbers.
TRUNC(数値; 0) は正の数では INT(数値) として動作し、負の数ではゼロに向かう効率的な丸めです。(par_id3150816.296)

Warning Icon 警告マーク The visible decimal places of the result are specified in (in case of MAC)Office - Preferences(/in case of MAC)(in other case)Tools - Options(/in other case) - Office Calc - Calculate.
[PO-fuzzy@scalc\01.po] ※※※未訳※※※(par_id3148548.557)

Example
(hd_id3152555.297)

=TRUNC(1.239;2) returns 1.23. The 9 is lost.
=TRUNC(1.239;2) は、1.23 を返します。9 は失われます。(par_id3152569.298)

=TRUNC(-1.234999;3) returns -1.234. All the 9s are lost.
=TRUNC(-1.234999;3) は、-1.234 を返します。すべての 9 が失われます。(par_id7050080.)

(/section: Section35) (section: Section34) (bookmark: bm_id3153601)
LN function
natural logarithm

LN 関数
自然対数
(bookmark: bm_id3153613)

LN
LN(hd_id3153601.301)

Returns the natural logarithm based on the constant e of a number. The constant e has a value of approximately 2.71828182845904.
数値の自然対数に基づく定数 e を返します。 定数 e の値は約 2.71828182845904 です。(par_id3154974.302)

Syntax
構文(hd_id3154993.303)

LN(Number)
LN(数値)(par_id3155284.304)

Number is the value whose natural logarithm is to be calculated.
数値 は、自然対数を求める値です。(par_id3155297.305)

Example
(hd_id3153852.306)

=LN(3) returns the natural logarithm of 3 (approximately 1.0986).
=LN(3) は、3 の自然対数 (約 1.0986) を返します。(par_id3153866.307)

=LN(EXP(321)) returns 321.
=LN(EXP(321)) は、321 を返します。(par_id5747245.)

(/section: Section34) (section: Section33) (bookmark: bm_id3109813)
LOG function
logarithms

LOG 関数
対数
(bookmark: bm_id3109824)

LOG
LOG(hd_id3109813.311)

Returns the logarithm of a number to the specified base.
指定の底に対し、数値の対数を返します。(par_id3109841.312)

Syntax
構文(hd_id3144719.313)

LOG(Number; Base)
LOG(数値; 底)(par_id3144732.314)

Number is the value whose logarithm is to be calculated.
数値 は、対数を求める値です。(par_id3144746.315)

Base (optional) is the base for the logarithm calculation. If omitted, Base 10 is assumed.
(オプション) は対数計算の底です。省略した場合は底に10を使用します。(par_id3152840.316)

Example
(hd_id3152860.317)

=LOG(10;3) returns the logarithm to base 3 of 10 (approximately 2.0959).
=LOG(10;3) は、3 を底とする 10 の対数 (約 2.0959) を返します。(par_id3154429.318)

=LOG(7^4;7) returns 4.
=LOG(7^4;7) は、4 を返します。(par_id5577562.)

(/section: Section33) (section: Section32) (bookmark: bm_id3154187)
LOG10 function
base-10 logarithm

LOG10 関数
10 を底とする対数
(bookmark: bm_id3155460)

LOG10
LOG10(hd_id3154187.322)

Returns the base-10 logarithm of a number.
数値の 10 を底とする対数を返します。(par_id3155476.323)

Syntax
構文(hd_id3155494.324)

LOG10(Number)
LOG10(数値)(par_id3159294.325)

Returns the logarithm to base 10 of Number.
数値 の 10 を底とする対数を返します。(par_id3159308.326)

Example
(hd_id3159328.327)

=LOG10(5) returns the base-10 logarithm of 5 (approximately 0.69897).
=LOG10(5) は、底が 10 の場合の 5 の対数 (約 0.69897) を返します。(par_id3157916.328)

(/section: Section32) (section: Section31) (bookmark: bm_id3152518)
CEILING function
rounding;up to multiples of significance

CEILING 関数
丸め;基準値の倍数に切り上げる
(bookmark: bm_id3152530)

CEILING
CEILING(hd_id3152518.332)

Rounds a number up to the nearest multiple of Significance.
数値を挟む基準値の倍数のうち、大きい方の値を返します。(par_id3153422.558)

Syntax
構文(hd_id3153440.334)

CEILING(Number; Significance; Mode)
CEILING(数値; 基準値; モード)(par_id3153454.335)

Number is the number that is to be rounded up.
数値 は、切り上げの対象となる数値です。(par_id3153467.336)

Significance is the number to whose multiple the value is to be rounded up.
基準値 は、切り上げられる値がその倍数となる値です。(par_id3155000.337)

Mode is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter.
モード はオプション値です。モードの値が指定されておりゼロではなく、かつ数値と基準値が負の場合、丸め処理は数値の絶対値に基づいて行われます。Excel は第 3 パラメータを認識しないので、MS Excel にエクスポートする場合、このパラメータは無視されます。(par_id3155020.559)

Warning Icon 警告マーク If both parameters Number and Significance are negative and the Mode value is equal to zero or is not given, the results in Office and Excel will differ after the import has been completed. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc.
パラメータの数値と基準値の両方が負で、モードの値がゼロまたは指定されていない場合、インポート後の Office と Excel の結果は異なります。スプレッドシートを Excel にエクスポートする場合は、Excel でも Calc と同じ結果を表示するために、モード = 1 を使用してください。(par_id3163792.629)

Example
(hd_id3145697.338)

=CEILING(-11;-2) returns -10
=CEILING(-11;-2) は、-10 を返します。(par_id3145710.339)

=CEILING(-11;-2;0) returns -10
=CEILING(-11;-2;0) は、-10 を返します。(par_id3145725.340)

=CEILING(-11;-2;1) returns -12
=CEILING(-11;-2;1) は、-12 を返します。(par_id3145740.341)

(/section: Section31) (section: Section30) (bookmark: bm_id3157762)
PI function

PI 関数
(bookmark: bm_id3157774)

PI
PI(hd_id3157762.343)

Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.
小数点以下 14 桁の数学定数 PI、3.14159265358979 を返します。(par_id3157790.344)

Syntax
構文(hd_id3157809.345)

PI()
PI()(par_id3157822.346)

Example
(hd_id3157836.347)

=PI() returns 3.14159265358979.
=PI() は、3.14159265358979 を返します。(par_id3152370.348)

(/section: Section30) (section: Section29) (bookmark: bm_id3152418)
MULTINOMIAL function

MULTINOMIAL 関数
(bookmark: bm_id3152429)

MULTINOMIAL
MULTINOMIAL(hd_id3152418.635)

Returns the factorial of the sum of the arguments divided by the product of the factorials of the arguments.
指定された数値の和の階乗と、指定された数値の階乗の積との比を返します。(par_id3152454.636)

Syntax
構文(hd_id3155646.637)

MULTINOMIAL(Number(s))
MULTINOMIAL(数値)(par_id3155660.638)

Number(s) is a list of up to 30 numbers.
数値 は、最高 30 個の数字のリストです。(par_id3155673.639)

Example
(hd_id3155687.640)

=MULTINOMIAL(F11:H11) returns 1260, if F11 to H11 contain the values 2, 3 and 4. This corresponds to the formula =(2+3+4)! / (2!*3!*4!)
F11 から H11 に値 234 が含まれる場合、=MULTINOMIAL(F11:H11) は 1260 を返します。これは、数式 =(2+3+4)! / (2!*3!*4!) に対応します。(par_id3155701.641)

(/section: Section29) (section: Section28) (bookmark: bm_id3155717)
POWER function

POWER 関数
(bookmark: bm_id3155728)

POWER
POWER(hd_id3155717.350)

Returns a number raised to another number.
[PO-fuzzy@scalc\01.po] べき乗にした数を返します。(par_id3159495.351)

Syntax
構文(hd_id3159513.352)

POWER(Base; Exponent)
[PO-fuzzy@scalc\01.po] ※※※未訳※※※(par_id3159526.353)

Returns Base raised to the power of Exponent.
[PO-fuzzy@scalc\01.po] 指数 でべき乗した値を返します。(par_id3159540.354)

The same result may be achieved by using the exponentiation operator ^:
指数演算子 ^ を使用しても同じ結果を得られます。(par_id5081637.)

Base^Exponent
[PO-fuzzy@scalc\01.po] Base^Power(par_id9759514.)

Example
(hd_id3159580.356)

=POWER(4;3) returns 64, which is 4 to the power of 3.
=POWER(4;3) は、4 を 3 乗した 64 を返します。(par_id3159594.357)

=4^3 also returns 4 to the power of 3.
=4^3 も、4 の 3 乗を返します。(par_id1614429.)

(/section: Section28) (section: Section27) (bookmark: bm_id3152651)
SERIESSUM function

SERIESSUM 関数
(bookmark: bm_id3152662)

SERIESSUM
SERIESSUM(hd_id3152651.642)

Sums the first terms of a power series.
べき級数の最初の項を合計します。(par_id3152688.643)

SERIESSUM(x;n;m;coefficients) = coefficient_1*x^n + coefficient_2*x^(n+m) + coefficient_3*x^(n+2m) +...+ coefficient_i*x^(n+(i-1)m)
SERIESSUM(x;n;m;係数) = 係数1*x^n + 係数2*x^(n+m) + 係数3*x^(n+2m) +...+ 係数i*x^(n+(i-1)m)(par_id3152708.644)

Syntax
構文(hd_id3152724.645)

SERIESSUM(X; N; M; Coefficients)
SERIESSUM(X; N; M; 係数)(par_idN11BD9.)

X is the input value for the power series.
X は、べき級数の入力値です。(par_id3152737.646)

N is the initial power
N はべき乗の初期値です。(par_id3144344.647)

M is the increment to increase N
M は、N を増加させる増加分です。(par_id3144357.648)

Coefficients is a series of coefficients. For each coefficient the series sum is extended by one section.
係数 は、一連の係数です。係数ごとに、級数の和が 1 セクション延長されます。(par_id3144370.649)

(/section: Section27) (section: Section26) (bookmark: bm_id3144386)
PRODUCT function
numbers;multiplying
multiplying;numbers

PRODUCT 関数
数値;乗算
乗算;数値
(bookmark: bm_id3144397)

PRODUCT
PRODUCT(hd_id3144386.361)

Multiplies all the numbers given as arguments and returns the product.
引数として指定された数値をすべて乗算し、その積を返します。(par_id3144414.362)

Syntax
構文(hd_id3144433.363)

PRODUCT(Number1; Number2; ...; Number30)
PRODUCT(数値 1; 数値 2; ...; 数値 30)(par_id3144446.364)

Number1 to 30 are up to 30 arguments whose product is to be calculated.
数値1 から 30 は、積を計算する最高 30 個の引数です。(par_id3144460.365)

PRODUCT returns number1 * number2 * number3 * ...
PRODUCT は number1 * number2 * number3 * ... を返します。(par_id1589098.)

Example
(hd_id3144480.366)

=PRODUCT(2;3;4) returns 24.
=PRODUCT(2;3;4) は、24 を返します。(par_id3144494.367)

(/section: Section26) (section: Section25) (bookmark: bm_id3160340)
SUMSQ function
square number additions
sums;of square numbers

SUMSQ 関数
平方値の加算
合計;平方値
(bookmark: bm_id3160351)

SUMSQ
SUMSQ(hd_id3160340.369)

If you want to calculate the sum of the squares of numbers (totaling up of the squares of the arguments), enter these into the text fields.
数値の平方和 (引数の二乗を加算したもの) を計算するには、これらをテキストフィールドに入力します。(par_id3160368.370)

Syntax
構文(hd_id3160388.371)

SUMSQ(Number1; Number2; ...; Number30)
SUMSQ(数値 1; 数値 2; ...; 数値 30)(par_id3160402.372)

Number1 to 30 are up to 30 arguments the sum of whose squares is to be calculated.
数値 1 から 30 は、平方の合計を計算する最高 30 個の引数です。(par_id3160415.373)

Example
(hd_id3160436.374)

If you enter the numbers 2; 3 and 4 in the Number 1; 2 and 3 text boxes, 29 is returned as the result.
数字 1、2、および 3 テキストボックスに数字 23、および 4 を入力すると、結果として 29 が返されます。(par_id3160449.375)

(/section: Section25) (section: Section24) (bookmark: bm_id3158247)
MOD function
remainders of divisions

MOD 関数
除算の余り
(bookmark: bm_id3158259)

MOD
MOD(hd_id3158247.387)

Returns the remainder when one integer is divided by another.
ある整数を別の整数で割ったときの余りを返します。(par_id3158276.388)

Syntax
構文(hd_id3158294.389)

MOD(Dividend; Divisor)
MOD(被除数;除数)(par_id3158308.390)

For integer arguments this function returns Dividend modulo Divisor, that is the remainder when Dividend is divided by Divisor.
整数の引数では、この関数は Dividend modulo Divisor、つまり 被除数除数 で割ったときの余りを返します。(par_id3158321.391)

This function is implemented as Dividend - Divisor * INT(Dividend/Divisor) , and this formula gives the result if the arguments are not integer.
この関数は Dividend - Divisor * INT(Dividend/Divisor) として実行されます。引数が整数でない場合、この数式は結果を返します。(par_id3158341.392)

Example
(hd_id3158361.393)

=MOD(22;3) returns 1, the remainder when 22 is divided by 3.
=MOD(22;3) は、22 を 3 で割った余り、1 を返します。(par_id3158374.394)

=MOD(11.25;2.5) returns 1.25.
=MOD(11.25;2.5) は、1.25 を返します。(par_id1278420.)

(/section: Section24) (section: Section23) (bookmark: bm_id3144592)
QUOTIENT function
divisions

QUOTIENT 関数

(bookmark: bm_id3144603)

QUOTIENT
QUOTIENT(hd_id3144592.652)

Returns the integer part of a division operation.
除算演算の商の整数部を返します。(par_id3144627.653)

Syntax
構文(hd_id3144646.654)

QUOTIENT(Numerator; Denominator)
QUOTIENT(分子; 分母)(par_id3144659.655)

Returns the integer part of Numerator divided by Denominator.
分子分母 で割った商の整数部分を返します。(par_id9038972.)

QUOTIENT is equivalent to INT(numerator/denominator), except that it may report errors with different error codes.
QUOTIENT は、異なるエラーコードでエラーを報告する場合があることを除き、INT(numerator/denominator) と同じです。(par_id7985168.)

Example
(hd_id3144674.656)

=QUOTIENT(11;3) returns 3. The remainder of 2 is lost.
=QUOTIENT(11;3) は、3 を返します。余りの 2 は失われます。(par_id3144687.657)

(/section: Section23) (section: Section22) (bookmark: bm_id3144702)
RADIANS function
converting;degrees, into radians

RADIANS 関数
変換; 度数、ラジアンに
(bookmark: bm_id3158008)

RADIANS
RADIANS(hd_id3144702.377)

Converts degrees to radians.
度で表した角度をラジアンに変換します。(par_id3158025.378)

Syntax
構文(hd_id3158042.379)

RADIANS(Number)
RADIANS(数値)(par_id3158055.380)

Number is the angle in degrees to be converted to radians.
数値 は、ラジアンに変換される角度です。(par_id3158069.381)

Example
(hd_id876186.)

=RADIANS(90) returns 1.5707963267949, which is PI/2 to Calc's accuracy.
=RADIANS(90) は、Calc の精度の PI/2、1.5707963267949 を返します。(par_id3939634.)

(/section: Section22) (section: Section21) (bookmark: bm_id3158121)
ROUND function

ROUND 関数
(bookmark: bm_id3158133)

ROUND
ROUND(hd_id3158121.398)

Rounds a number to a certain number of decimal places.
指定の桁数 (小数位) に数値を四捨五入します。(par_id3158150.399)

Syntax
構文(hd_id3158169.400)

ROUND(Number; Count)
ROUND(数値; カウント)(par_id3158182.401)

Returns Number rounded to Count decimal places. If Count is omitted or zero, the function rounds to the nearest integer. If Count is negative, the function rounds to the nearest 10, 100, 1000, etc.
カウント の小数位に丸めた 数値 を返します。カウントが省略されている場合やゼロの場合、関数はもっとも近い整数に切り上げます。カウントが負の数の場合、関数はもっとも近い 10、100、1000 などに切り上げます。(par_id3158196.402)

This function rounds to the nearest number. See ROUNDDOWN and ROUNDUP for alternatives.
この関数はもっとも近い数に切り上げます。 代わりに使用できる関数については、ROUNDDOWN と ROUNDUP を参照してください。(par_id599688.)

Example
(hd_id3145863.404)

=ROUND(2.348;2) returns 2.35
=ROUND(2.348;2) は、2.35 を返します。(par_id3145876.405)

=ROUND(-32.4834;3) returns -32.483. Change the cell format to see all decimals.
=ROUND(-32.4834;3) は、-32.483 を返します。すべての小数を表示するには、セル書式を変更します。(par_id3145899.406)

=ROUND(2.348;0) returns 2.
=ROUND(2.348;0) は、2 を返します。(par_id1371501.)

=ROUND(2.5) returns 3.
=ROUND(2.5) は、3 を返します。(par_id4661702.)

=ROUND(987.65;-2) returns 1000.
=ROUND(987.65;-2) は、1000 を返します。(par_id7868892.)

(/section: Section21) (section: Section20) (bookmark: bm_id3145991)
ROUNDDOWN function

ROUNDDOWN 関数
(bookmark: bm_id3146003)

ROUNDDOWN
ROUNDDOWN(hd_id3145991.24)

Rounds a number down, toward zero, to a certain precision.
数をゼロに向かって特定の精度に切り下げます。(par_id3146020.25)

Syntax
構文(hd_id3146037.26)

ROUNDDOWN(Number; Count)
ROUNDDOWN(数値; カウント)(par_id3146051.27)

Returns Number rounded down (towards zero) to Count decimal places. If Count is omitted or zero, the function rounds down to an integer. If Count is negative, the function rounds down to the next 10, 100, 1000, etc.
カウント の小数位にゼロに向けて切り下げた 数値 を返します。カウントが省略されている場合やゼロの場合、関数は整数に切り下げられます。カウントが負の数の場合、関数は次の 10、100、1000 などに切り下げられます。(par_id3146064.28)

This function rounds towards zero. See ROUNDUP and ROUND for alternatives.
この関数はゼロに向かって四捨五入します。 代わりに使用できる関数については、ROUNDUP と ROUND を参照してください。(par_id2188787.)

Example
(hd_id3163164.30)

=ROUNDDOWN(1.234;2) returns 1.23.
=ROUNDDOWN(1.234;2) は、1.23 を返します。(par_id3163178.31)

=ROUNDDOWN(45.67;0) returns 45.
=ROUNDDOWN(45.67;0) は、45 を返します。(par_id5833307.)

=ROUNDDOWN(-45.67) returns -45.
=ROUNDDOWN(-45.67) は、-45 を返します。(par_id7726676.)

=ROUNDDOWN(987.65;-2) returns 900.
=ROUNDDOWN(987.65;-2) は、900 を返します。(par_id3729361.)

(/section: Section20) (section: Section19) (bookmark: bm_id3163268)
ROUNDUP function

ROUNDUP 関数
(bookmark: bm_id3163280)

ROUNDUP
ROUNDUP(hd_id3163268.140)

Rounds a number up, away from zero, to a certain precision.
数をゼロから特定の精度に切り上げます。(par_id3163297.141)

Syntax
構文(hd_id3163315.142)

ROUNDUP(Number; Count)
ROUNDUP(数値; カウント)(par_id3163328.143)

Returns Number rounded up (away from zero) to Count decimal places. If Count is omitted or zero, the function rounds up to an integer. If Count is negative, the function rounds up to the next 10, 100, 1000, etc.
カウント の小数位にゼロとは逆方向に向けて切り上げた 数値 を返します。カウントが省略されている場合やゼロの場合、関数は整数に切り上げられます。カウントが負の数の場合、関数は次の 10、100、1000 などに切り上げられます。(par_id3163342.144)

This function rounds away from zero. See ROUNDDOWN and ROUND for alternatives.
この関数はゼロから離れるように四捨五入します。 代わりに使用できる関数については、ROUNDDOWN と ROUNDUP を参照してください。(par_id9573961.)

Example
(hd_id3163381.146)

=ROUNDUP(1.1111;2) returns 1.12.
=ROUNDUP(1.1111;2) は、1.12 を返します。(par_id3144786.147)

=ROUNDUP(1.2345;1) returns 1.3.
=ROUNDUP(1.2345;1) は、1.3 を返します。(par_id7700430.)

=ROUNDUP(45.67;0) returns 46.
=ROUNDUP(45.67;0) は、46 を返します。(par_id1180455.)

=ROUNDUP(-45.67) returns -46.
=ROUNDUP(-45.67) は、-46 を返します。(par_id3405560.)

=ROUNDUP(987.65;-2) returns 1000.
=ROUNDUP(987.65;-2) は、1000 を返します。(par_id3409527.)

(/section: Section19) (section: Section18) (bookmark: bm_id3144877)
SIN function

SIN 関数
(bookmark: bm_id3144889)

SIN
SIN(hd_id3144877.408)

Returns the sine of the given angle (in radians).
ラジアン単位で指定された値のサインを返します。(par_id3144906.409)

Syntax
構文(hd_id3144923.410)

SIN(Number)
SIN(数値)(par_id3144937.411)

Returns the (trigonometric) sine of Number, the angle in radians.
数値 のサイン、ラジアン単位の角度を返します。(par_id3144950.412)

To return the sine of an angle in degrees, use the RADIANS function.
角度のサインを度数で返すには、RADIANS 関数を使用します。(par_id8079470.)

Example
(hd_id3144969.413)

=SIN(PI()/2) returns 1, the sine of PI/2 radians.
=SIN(PI()/2) は、PI/2 ラジアンのサインを表す 1 を返します。(par_id3144983.414)

=SIN(RADIANS(30)) returns 0.5, the sine of 30 degrees.
=SIN(RADIANS(30)) は、30 度のサインを表す 0.5 を返します。(par_id3916440.)

(/section: Section18) (section: Section17) (bookmark: bm_id3163397)
SINH function

SINH 関数n
(bookmark: bm_id3163409)

SINH
SINH(hd_id3163397.418)

Returns the hyperbolic sine of a number.
数値の双曲線サインを返します。(par_id3163426.419)

Syntax
構文(hd_id3163444.420)

SINH(Number)
SINH(数値)(par_id3163457.421)

Returns the hyperbolic sine of Number.
数値 の双曲線サインを返します。(par_id3163471.422)

Example
(hd_id3163491.423)

=SINH(0) returns 0, the hyperbolic sine of 0.
=SINH(0) は、0 の双曲線サインを表す 0 を返します。(par_id3163504.424)

(/section: Section17) (section: Section16) (bookmark: bm_id3163596)
SUM function
adding;numbers in cell ranges

SUM 関数
加算;一定範囲のセルに存在する数値
(bookmark: bm_id3163608)

SUM
SUM(hd_id3163596.428)

Adds all the numbers in a range of cells.
指定されたセル範囲にあるすべての数値を加算します。(par_id3163625.429)

Syntax
構文(hd_id3163643.430)

SUM(Number1; Number2; ...; Number30)
SUM(数値 1; 数値 2; ...; 数値 30)(par_id3163656.431)

Number 1 to Number 30 are up to 30 arguments whose sum is to be calculated.
数値 1 から 30 は、合計を計算する最高 30 個の引数です。(par_id3163671.432)

Example
(hd_id3163690.433)

If you enter the numbers 2; 3 and 4 in the Number 1; 2 and 3 text boxes, 9 will be returned as the result.
数字 1、2、および 3 テキストボックスに数字 23、および 4 を入力すると、結果として 9 が返されます。(par_id3163704.434)

=SUM(A1;A3;B5) calculates the sum of the three cells. =SUM (A1:E10) calculates the sum of all cells in the A1 to E10 cell range.
=SUM(A1;A3;B5) は、3 つのセルの合計を計算します。=SUM (A1:E10) は、A1 から E10 のセル範囲のすべてのセルの合計を計算します。(par_id3151740.556)

Conditions linked by AND can be used with the function SUM() in the following manner:
SUM() 関数で条件に論理積を適用する場合、次のような方法を使用します。(par_id3151756.619)

Example assumption: You have entered invoices into a table. Column A contains the date value of the invoice, column B the amounts. You want to find a formula that you can use to return the total of all amounts only for a specific month, e.g. only the amount for the period >=2008-01-01 to <2008-02-01. The range with the date values covers A1:A40, the range containing the amounts to be totaled is B1:B40. C1 contains the start date, 2008-01-01, of the invoices to be included and C2 the date, 2008-02-01, that is no longer included.
例の前提条件:表に請求書を入力しています。列 A には請求書の日付、列 B には金額が含まれています。たとえば、2008-01-01 から 2008-02-01 より前までの期間の金額のように、特定の月だけの合計金額を返すために使用できる数式を調べます。日付値の範囲は A1:A40 で、合計する金額が含まれている範囲は B1:B40 です。C1 には、対象となる請求書の開始日 2008-01-01 が含まれ、C2 には日付 2008-02-01 が含まれます。C2 の日付は範囲外になります。(par_id3151774.620)

Enter the following formula as an array formula:
次の数式を行列式として入力します。(par_id3151799.621)

=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)
=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)(par_id3151813.622)

In order to enter this as an array formula, you must press the Shift(in case of MAC)+Command (/in case of MAC)(in other case)+ Ctrl(/in other case)+ Enter keys instead of simply pressing the Enter key to close the formula. The formula will then be shown in the Formula bar enclosed in braces.
この数式を行列式として入力するには、数式を閉じるときに、Enter キーだけを押すのではなく、Shift (in case of MAC)+ Command(/in case of MAC)(in other case) + Ctrl(/in other case) + Enter キーを一緒に押す必要があります。その結果、この数式は 数式バーに、中かっこに囲まれて表示されます。(par_id3151828.623)

{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}
{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}(par_id3151869.624)

The formula is based on the fact that the result of a comparison is 1 if the criterion is met and 0 if it is not met. The individual comparison results will be treated as an array and used in matrix multiplication, and at the end the individual values will be totaled to give the result matrix.
数式は、比較結果が条件を満たす場合は 1、満たさない場合は 0 という事実に基づいています。個々の比較結果は行列として扱われ、行列乗算で使用されます。最後に個々の値が合計され、結果行列が計算されます。(par_id3151884.625)

(/section: Section16) (section: Section15) (bookmark: bm_id3151957)
SUMIF function
adding;specified numbers

SUMIF 関数
合計;指定された数値
(bookmark: bm_id3151969)

SUMIF
SUMIF(hd_id3151957.436)

Adds the cells specified by a given criteria. This function is used to browse a range when you search for a certain value.
条件を満たすセルの合計を返します。この関数を使うと、範囲内で特定の値が検索できます。(par_id3151986.437)

(embed text/shared/00/00000001.xhp#regulaer : linkinfo)

The search supports regular expressions. You can enter "all.*", for example to find the first location of "all" followed by any characters. If you want to search for a text that is also a regular expression, you must precede every character with a \ character. You can switch the automatic evaluation of regular expression on and off in (in case of MAC)Office - Preferences(/in case of MAC)(in other case)Tools - Options(/in other case) - Office Calc - Calculate.
検索機能では、正規表現がサポートされています。テキストの入力が終わったらすぐに、たとえば「all.*」と入力してみてください。正規表現そのものを検索したい場合は、各文字の前に「\」を付ける必要があります。ツール → オプション → Office Calc → 計算式 で、正規表現の自動変換のオン/オフを切り替えられます。 (par_id3147418.55)

(/embed text/shared/00/00000001.xhp#regulaer)

Syntax
構文(hd_id3152015.438)

SUMIF(Range; Criteria; SumRange)
SUMIF(範囲; 条件; 合計範囲)(par_id3152028.439)

Range is the range to which the criteria are to be applied.
範囲 は、条件を適用する範囲です。(par_id3152043.440)

Criteria is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes.
条件 は、検索条件が表示されているセル、または検索条件そのものです。条件を数式中に書く場合は、二重引用符で囲む必要があります。(par_id3152062.441)

SumRange is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed.
合計範囲 は、値を合計する範囲です。このパラメータが指定されていない場合は、範囲の値を合計します。(par_id3152083.442)

Note Icon 注マーク SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given.
SUMIF は、オプションの合計範囲パラメータが指定されていない場合だけ、条件パラメータでのみ参照連結演算子 (~) をサポートしています。(par_id8347422.)

Example
(hd_id3152110.443)

To sum up only negative numbers: =SUMIF(A1:A10;"<0")
負の数だけを合計するには: =SUMIF(A1:A10;"<0")(par_id3152148.626)

=SUMIF(A1:A10;">0";B1:10) - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0.
=SUMIF(A1:A10;">0";B1:10) は、範囲 A1:A10 の対応する値が 0 より大きい場合だけ、範囲 B1:B10 の値を合計します。(par_id6670125.)

See COUNTIF() for some more syntax examples that can be used with SUMIF().
SUMIF() で使用できる構文例をさらに見たい場合は、COUNTIF() を参照してください。(par_id6062196.)

(/section: Section15) (section: Section14) (bookmark: bm_id3152195)
TAN function

TAN 関数
(bookmark: bm_id3152207)

TAN
TAN(hd_id3152195.446)

Returns the tangent of the given angle (in radians).
ラジアン単位で指定された値のタンジェントを返します。(par_id3152224.447)

Syntax
構文(hd_id3152242.448)

TAN(Number)
TAN(数値)(par_id3152255.449)

Returns the (trigonometric) tangent of Number, the angle in radians.
数値 のタンジェント、ラジアン単位の角度を返します。(par_id3152269.450)

To return the tangent of an angle in degrees, use the RADIANS function.
角度のタンジェントを度数で返すには、RADIANS 関数を使用します。(par_id5752128.)

Example
(hd_id3152287.451)

=TAN(PI()/4) returns 1, the tangent of PI/4 radians.
=TAN(PI()/4) は、PI/4 ラジアンのタンジェントを表す 1 を返します。(par_id3152301.452)

=TAN(RADIANS(45)) returns 1, the tangent of 45 degrees.
=TAN(RADIANS(45)) は、45 度のタンジェントである 1 を返します。(par_id1804864.)

(/section: Section14) (section: Section13) (bookmark: bm_id3165434)
TANH function

TANH 関数
(bookmark: bm_id3165446)

TANH
TANH(hd_id3165434.456)

Returns the hyperbolic tangent of a number.
数値の双曲線タンジェントを返します。(par_id3165462.457)

Syntax
構文(hd_id3165480.458)

TANH(Number)
TANH(数値)(par_id3165494.459)

Returns the hyperbolic tangent of Number.
数値 の双曲線タンジェントを返します。(par_id3165508.460)

Example
(hd_id3165527.461)

=TANH(0) returns 0, the hyperbolic tangent of 0.
=TANH(0) は、0 の双曲線タンジェントを表す 0 を返します。(par_id3165541.462)

(/section: Section13) (section: Section12) (bookmark: bm_id3165633)
AutoFilter function; subtotals
sums;of filtered data
filtered data; sums
SUBTOTAL function

オートフィルタ機能; 小計
合計;フィルタリングされたデータ
フィルタリングされたデータ; 合計
SUBTOTAL 関数
(bookmark: bm_id3165644)

SUBTOTAL
SUBTOTAL(hd_id3165633.466)

Calculates subtotals. If a range already contains subtotals, these are not used for further calculations. Use this function with the AutoFilters to take only the filtered records into account.
小計を求めます。範囲に別の小計が含まれている場合、その小計は以降の計算では使用されません。この関数と一緒にオートフィルタを使用すると、レコードにフィルタを掛けることができます。(par_id3165682.467)

Syntax
構文(hd_id3165704.495)

SUBTOTAL(Function; Range)
SUBTOTAL(関数; 範囲)(par_id3165717.496)

Function is a number that stands for one of the following functions:
関数 は次の関数のひとつを表す数値です:(par_id3165731.497)

Function index
関数インデックス(par_id3165782.469)

Function
関数(par_id3165806.470)

1
1(par_id3165833.471)

AVERAGE
AVERAGE(par_id3165856.472)

2
2(par_id3165883.473)

COUNT
COUNT(par_id3165906.474)

3
3(par_id3165933.475)

COUNTA
COUNTA(par_id3165956.476)

4
4(par_id3165983.477)

MAX
MAX(par_id3166006.478)

5
5(par_id3166033.479)

MIN
MIN(par_id3166056.480)

6
6(par_id3143316.481)

PRODUCT
PRODUCT(par_id3143339.482)

7
7(par_id3143366.483)

STDEV
STDEV(par_id3143389.484)

8
8(par_id3143416.485)

STDEVP
STDEVP(par_id3143439.486)

9
9(par_id3143466.487)

SUM
SUM(par_id3143489.488)

10
10(par_id3143516.489)

VAR
VAR(par_id3143539.490)

11
11(par_id3143566.491)

VARP
VARP(par_id3143589.492)


Range is the range whose cells are included.
範囲 は、計算の対象範囲です。(par_id3143606.498)

Example
(hd_id3143625.499)

You have a table in the cell range A1:B5 containing cities in column A and accompanying figures in column B. You have used an AutoFilter so that you only see rows containing the city Hamburg. You want to see the sum of the figures that are displayed; that is, just the subtotal for the filtered rows. In this case the correct formula would be:
セル範囲 A1:B5 の表があります。列 A には地名が、列 B には数値が入力されています。オートフィルタを使用して、地名が「Hamburg」の行だけを表示しました。ここで表示されている数値だけの合計を求めます。つまり、フィルタに掛けた行だけの小計を求めます。この場合、正しい数式は次のようになります:(par_id3143638.562)

=SUBTOTAL(9;B2:B5)
=SUBTOTAL(9;B2:B5)(par_id3143658.563)

(/section: Section12) (section: Section11) (bookmark: bm_id3143672)
Euro; converting
EUROCONVERT function

ユーロ; 換算する
EUROCONVERT 関数
(bookmark: bm_id3143684)
(bookmark: bm_id0119200904282677)

EUROCONVERT
EUROCONVERT(hd_id3143672.564)

Converts between old European national currency and to and from Euros.
ヨーロッパ各国の古い通貨とユーロの間で換算を行います。(par_id3143708.565)

Syntax
構文(par_id3143731.566)

EUROCONVERT(Value; "From_currency"; "To_currency", full_precision, triangulation_precision)
EUROCONVERT(値; "元通貨"; "変換通貨", 完全な精度, 三角形精度)(par_id3143748.567)

Value is the amount of the currency to be converted.
は、変換される通貨の額です。(par_id3143763.568)

From_currency and To_currency are the currency units to convert from and to respectively. These must be text, the official abbreviation for the currency (for example, "EUR"). The rates (shown per Euro) were set by the European Commission.
元通貨変換通貨 は、それぞれ換算元と換算先の通貨単位です。これらは、「EUR」のように、通貨の公式略称のテキストとします。ユーロで示されるレートは、欧州委員会によって設定されました。(par_id3143782.569)

Full_precision is optional. If omitted or False, the result is rounded according to the decimals of the To currency. If Full_precision is True, the result is not rounded.
完全な精度(オプション) 省略されるかFalseの場合、結果は通過の小数点以下を四捨五入します。Trueならば結果の四捨五入はしません。(par_id0119200904301810.)

Triangulation_precision is optional. If Triangulation_precision is given and >=3, the intermediate result of a triangular conversion (currency1,EUR,currency2) is rounded to that precision. If Triangulation_precision is omitted, the intermediate result is not rounded. Also if To currency is "EUR", Triangulation_precision is used as if triangulation was needed and conversion from EUR to EUR was applied.
三角精度はオプションです。もし三角精度が与えられ、>=3 ならば、三角変換(通貨1,EUR,通貨2) の中間結果はその精度に丸められます。もし三角精度が省略されたなら、中間値は丸められません。さらに、通貨が「EUR」ならば、あたかも三角精度が必要かのように使用され、EUR から EUR の変換が適応されます。(par_id0119200904301815.)

Examples
(par_id3143819.570)

=EUROCONVERT(100;"ATS";"EUR") converts 100 Austrian Schillings into Euros.
=EUROCONVERT(100;"ATS";"EUR") は、100 オーストリアシリングをユーロに換算します。(par_id3143837.571)

=EUROCONVERT(100;"EUR";"DEM") converts 100 Euros into German Marks.
=EUROCONVERT(100;"EUR";"DEM") は、100 ユーロをドイツマルクに換算します。(par_id3143853.572)

(/section: Section11) (section: convert) (bookmark: bm_id0908200902090676)
CONVERT function

CONVERT 関数
(bookmark: bm_id0908200902093111)

CONVERT
CONVERT(hd_id0908200902074836.)

Converts a value from one unit of measurement to another unit of measurement. The conversion factors are given in a list in the configuration.
一つの単位から別の単位に値を変換します。変換因数は設定のなかのリストで与えます。(par_id0908200902131122.)

At one time the list of conversion factors included the legacy European currencies and the Euro (see examples below). We suggest using the new function EUROCONVERT for converting these currencies.
以前、通貨換算のリストは古いヨーロッパの通貨とユーロを含んでいました(下の例を参照)。これらの通貨を変換するには新しい関数EUROCONVERTを使用するのを推奨します。(par_id0908200902475420.)

Syntax
構文(hd_id0908200902131071.)

CONVERT(value;"text";"text")
CONVERT(value;"text";"text")(par_id0908200902131191.)

Example
(hd_id0908200902131152.)

=CONVERT(100;"ATS";"EUR") returns the Euro value of 100 Austrian Schillings.
=CONVERT(100;"ATS";"EUR") はオーストラリアの100シリングをユーロに換算します。(par_id090820090213112.)

=CONVERT(100;"EUR";"DEM") converts 100 Euros into German Marks.
=CONVERT(100;"EUR";"DEM") は 100 ユーロをドイツマルクに変換します。(par_id0908200902475431.)

(/section: convert) (section: Section10) (bookmark: bm_id3157177)
ODD function
rounding;up/down to nearest odd integer

ODD 関数
丸め;もっとも近い奇数の整数に切り上げる/切り下げる
(bookmark: bm_id3157188)

ODD
ODD(hd_id3157177.502)

Rounds a positive number up to the nearest odd integer and a negative number down to the nearest odd integer.
最も近い奇数の整数に切り上げた数値および最も近い奇数の整数に切り下げた負の数を返します。(par_id3157205.503)

Syntax
構文(hd_id3157223.504)

ODD(Number)
ODD(数値)(par_id3157237.505)

Returns Number rounded to the next odd integer up, away from zero.
ゼロとは逆方向の次の奇数に丸めた 数値 を返します。(par_id3157250.506)

Example
(hd_id3157270.507)

=ODD(1.2) returns 3.
=ODD(1.2) は、3 を返します。(par_id3157283.508)

=ODD(1) returns 1.
=ODD(1) は、1 を返します。(par_id8746910.)

=ODD(0) returns 1.
=ODD(0) は、1 を返します。(par_id9636524.)

=ODD(-3.1) returns -5.
=ODD(-3.1) は、5 を返します。(par_id5675527.)

(/section: Section10) (section: Section9) (bookmark: bm_id3157404)
FLOOR function
rounding;down to nearest multiple of significance

FLOOR 関数
丸め;もっとも近い基準値の倍数に切り下げる
(bookmark: bm_id3157415)

FLOOR
FLOOR(hd_id3157404.512)

Rounds a number down to the nearest multiple of Significance.
最も近い基準値の倍数に切り下げた数を返します。(par_id3157432.513)

Syntax
構文(hd_id3157451.514)

FLOOR(Number; Significance; Mode)
FLOOR(数値; 基準値; モード)(par_id3157464.515)

Number is the number that is to be rounded down.
数値 は、切り下げられる値です。(par_id3157478.516)

Significance is the value to whose multiple the number is to be rounded down.
基準値 は、切り下げられる値がその倍数となる値です。(par_id3157497.517)

Mode is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of the number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter.
モード はオプション値です。モードの値が指定されておりゼロではなく、かつ数値と基準値が負の場合、丸め処理は数値の絶対値に基づいて行われます。Excel は第 3 パラメータを認識しないので、MS Excel にエクスポートする場合、このパラメータは無視されます。(par_id3157517.561)

Warning Icon 警告マーク If both parameters Number and Significance are negative, and if the Mode value is equal to zero or is not specified, then the results in Office Calc and Excel will differ after exporting. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc.
パラメータの数値と基準値の両方が負で、モードの値がゼロまたは指定されていない場合、エクスポート後の Office Calc と Excel の結果は異なります。スプレッドシートを Excel にエクスポートする場合は、Excel でも Calc と同じ結果を表示するために、モード = 1 を使用してください。(par_id3163894.630)

Example
(hd_id3163932.518)

=FLOOR( -11;-2) returns -12
=FLOOR( -11;-2) は、-12 を返します。(par_id3163945.519)

=FLOOR( -11;-2;0) returns -12
=FLOOR( -11;-2;0) は、-12 を返します。(par_id3163966.520)

=FLOOR( -11;-2;1) returns -10
=FLOOR( -11;-2;1) は、-10 を返します。(par_id3163988.521)

(/section: Section9) (section: Section8) (bookmark: bm_id3164086)
SIGN function
algebraic signs

SIGN 関数
算術符号
(bookmark: bm_id3164098)

SIGN
SIGN(hd_id3164086.523)

Returns the sign of a number. Returns 1 if the number is positive, -1 if negative and 0 if zero.
数値の符号を返します。 数が正の場合は 1、負の場合は -1、ゼロの場合は 0 を返します。(par_id3164115.524)

Syntax
構文(hd_id3164136.525)

SIGN(Number)
SIGN(数値)(par_id3164150.526)

Number is the number whose sign is to be determined.
数値 は、正負を検査する数値です。(par_id3164164.527)

Example
(hd_id3164183.528)

=SIGN(3.4) returns 1.
=SIGN(3.4) は、1 を返します。(par_id3164197.529)

=SIGN(-4.5) returns -1.
=SIGN(-4.5) は、-1 を返します。(par_id3164212.530)

(/section: Section8) (section: Section7) (bookmark: bm_id3164252)
MROUND function
nearest multiple

MROUND 関数
もっとも近い倍数
(bookmark: bm_id3164264)

MROUND
MROUND(hd_id3164252.658)

Returns a number rounded to the nearest multiple of another number.
別の数のもっとも近い倍数に四捨五入された数を返します。(par_id3164288.659)

Syntax
構文(hd_id3164306.660)

MROUND(Number; Multiple)
MROUND(数値; 倍数)(par_id3164320.661)

Returns Number rounded to the nearest multiple of Multiple.
Multiple のもっとも近い倍数に四捨五入された Number を返します。 (par_id3486434.)

An alternative implementation would be Multiple * ROUND(Number/Multiple).
代表的な実装は Multiple * ROUND(Number/Multiple) です。(par_id3068636.)

Example
(hd_id3164333.662)

=MROUND(15.5;3) returns 15, as 15.5 is closer to 15 (= 3*5) than to 18 (= 3*6).
15.5 は 18 (= 3*6) より 15 (= 3*5) に近いので、=MROUND(15.5;3) は 15 を返します。(par_id3164347.663)

=MROUND(1.4;0.5) returns 1.5 (= 0.5*3).
=MROUND(1.4;0.5) は、1.5 (= 0.5*3) を返します。(par_idN14DD6.)

(/section: Section7) (section: Section6) (bookmark: bm_id3164375)
SQRT function
square roots;positive numbers

SQRT 関数
平方根;正の数値
(bookmark: bm_id3164387)

SQRT
SQRT(hd_id3164375.532)

Returns the positive square root of a number.
数値の正の平方根を返します。(par_id3164404.533)

Syntax
構文(hd_id3164424.534)

SQRT(Number)
SQRT(数値)(par_id3164437.535)

Returns the positive square root of Number.
数値 の正の平方根を返します。(par_id3164451.536)

Number must be positive.
数字は正の数にします。(par_id6870021.)

Example
(hd_id3164471.537)

=SQRT(16) returns 4.
=SQRT(16) は、4 を返します。(par_id3164484.538)

=SQRT(-16) returns an invalid argument error.
=SQRT(-16) は、invalid argument エラーを返します。(par_id3591723.)

(/section: Section6) (section: Section5) (bookmark: bm_id3164560)
SQRTPI function
square roots;products of Pi

SQRTPI 関数
平方根;円周率 (π) の積
(bookmark: bm_id3164572)

SQRTPI
SQRTPI(hd_id3164560.665)

Returns the square root of (PI times a number).
(PI x 数) の平方根を返します。(par_id3164596.666)

Syntax
構文(hd_id3164614.667)

SQRTPI(Number)
SQRTPI(Number)(par_id3164627.668)

Returns the positive square root of (PI multiplied by Number).
PI に 数値 を掛けた数の正の平方根を返します。(par_id1501510.)

This is equivalent to SQRT(PI()*Number).
これは、SQRT(PI()*数値) と同じです。(par_id9929197.)

Example
(hd_id3164641.669)

=SQRTPI(2) returns the squareroot of (2PI), approximately 2.506628.
=SQRTPI(2) は、(2PI) の平方根 (約 2.506628) を返します。(par_id3164654.670)

(/section: Section5) (section: Section4) (bookmark: bm_id3164669)
random numbers; between limits
RANDBETWEEN function

乱数; 上限と下限間
RANDBETWEEN 関数
(bookmark: bm_id3164680)

RANDBETWEEN
RANDBETWEEN(hd_id3164669.671)

Returns an integer random number in a specified range.
指定された範囲の整数の乱数を返します。(par_id3164711.672)

Syntax
構文(hd_id3164745.673)

RANDBETWEEN(Bottom; Top)
RANDBETWEEN(Bottom; Top)(par_id3164758.674)

Returns an integer random number between integers Bottom and Top (both inclusive).
整数 下限 以上、上限 以下の整数の乱数を返します。(par_id7112338.)

This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+(in case of MAC)Command (/in case of MAC)(in other case)Ctrl(/in other case)+F9.
この関数は Calc が再計算をするたびに新しい乱数を作成します。手動で強制的に再計算させるには Shift+(in case of MAC)Command(/in case of MAC)(in other case)Ctrl(/in other case)+F9 を押します。(par_id2855616.)

To generate random numbers which never recalculate, copy cells containing this function, and use Edit - Paste Special (with Paste All and Formulas not marked and Numbers marked).
絶対に再計算されない乱数を生成するには、この関数を含むセルをコピーし、「Paste All」「Formulas」がマークされず、「Numbers」がマークされている状態で、「編集」 → 「Paste Special」を使用します。(par_id2091433.)

Example
(hd_id3164772.675)

=RANDBETWEEN(20;30) returns an integer of between 20 and 30.
=RANDBETWEEN(20;30) は、20 から 30 の間の整数ひとつを返します。(par_id3164785.676)

(/section: Section4) (section: Section3) (bookmark: bm_id3164800)
RAND function
random numbers;between 0 and 1

RAND 関数
乱数;0 と 1 の間
(bookmark: bm_id3164812)

RAND
RAND(hd_id3164800.542)

Returns a random number between 0 and 1.
この関数は、0 から 1 までの間で乱数を発生させます。(par_id3164829.543)

Syntax
構文(hd_id3164870.545)

RAND()
RAND()(par_id3164884.546)

This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+(in case of MAC)Command (/in case of MAC)(in other case)Ctrl(/in other case)+F9.
この関数は Calc が再計算をするたびに新しい乱数を作成します。手動で強制的に再計算させるには Shift+(in case of MAC)Command(/in case of MAC)(in other case)Ctrl(/in other case)+F9 を押します。(par_id5092318.)

To generate random numbers which never recalculate, copy cells each containing =RAND(), and use Edit - Paste Special (with Paste All and Formulas not marked and Numbers marked).
絶対に再計算されない乱数を生成するには、それぞれ =RAND() を含むセルをコピーし、「Paste All」「Formulas」 がマークされず、「Numbers」 がマークされている状態で、編集 → Paste Special を使用します。(par_id9312417.)

Example
(hd_id9089022.)

=RAND() returns a random number between 0 and 1.
=RAND() は、0 以上で 1 より小さい乱数を発生させます。(par_id9569078.)

(/section: Section3) (section: Section2) (bookmark: bm_id3164897)
COUNTIF function
counting;specified cells

COUNTIF 関数
カウント;条件指定されたセル
(bookmark: bm_id3164909)

COUNTIF
COUNTIF(hd_id3164897.547)

Returns the number of cells that meet with certain criteria within a cell range.
セル範囲内で特定の基準を満たすセルの数を返します。(par_id3164926.548)

(embed text/shared/00/00000001.xhp#regulaer : linkinfo)

The search supports regular expressions. You can enter "all.*", for example to find the first location of "all" followed by any characters. If you want to search for a text that is also a regular expression, you must precede every character with a \ character. You can switch the automatic evaluation of regular expression on and off in (in case of MAC)Office - Preferences(/in case of MAC)(in other case)Tools - Options(/in other case) - Office Calc - Calculate.
検索機能では、正規表現がサポートされています。テキストの入力が終わったらすぐに、たとえば「all.*」と入力してみてください。正規表現そのものを検索したい場合は、各文字の前に「\」を付ける必要があります。ツール → オプション → Office Calc → 計算式 で、正規表現の自動変換のオン/オフを切り替えられます。 (par_id3147418.55)

(/embed text/shared/00/00000001.xhp#regulaer)

Syntax
構文(hd_id3164953.549)

COUNTIF(Range; Criteria)
COUNTIF(範囲; 条件)(par_id3164967.550)

Range is the range to which the criteria are to be applied.
範囲 は、条件を適用する範囲です。(par_id3164980.551)

Criteria indicates the criteria in the form of a number, an expression or a character string. These criteria determine which cells are counted. You may also enter a search text in the form of a regular expression, e.g. b.* for all words that begin with b. You may also indicate a cell range that contains the search criterion. If you search for literal text, enclose the text in double quotes.
条件は、数字、式、または文字列形式の条件を示します。これらの条件は、数えあげられるセルを決定します。検索テキストは、正規表現の形式でも入力できます。たとえば、b.* は b で始まるすべての単語を表します。また、検索条件を含むセル範囲を指定することもできます。テキストそのものを検索する場合、二重引用符でテキストを囲みます。(par_id3165000.552)

Example
(hd_id3165037.553)

A1:A10 is a cell range containing the numbers 2000 to 2009. Cell B1 contains the number 2006. In cell B2, you enter a formula:
A1:A10 は、2000 から 2009 の数字を含むセル範囲です。セル B1 には、数字 2006 が含まれます。セル B2 には数式を入力します:(par_id3166505.627)

=COUNTIF(A1:A10;2006) - this returns 1
=COUNTIF(A1:A10;2006) は、1 を返します。(par_id3581652.)

=COUNTIF(A1:A10;B1) - this returns 1
=COUNTIF(A1:A10;B1) は、1 を返します。(par_id708639.)

=COUNTIF(A1:A10;">=2006") - this returns 4
=COUNTIF(A1:A10;">=2006") は、4 を返します。(par_id5169225.)

=COUNTIF(A1:A10;"<"&B1) - when B1 contains 2006, this returns 6
B1 が 2006 を含む場合、=COUNTIF(A1:A10;"<"&B1) は、6 を返します。(par_id2118594.)

=COUNTIF(A1:A10;C2) where cell C2 contains the text >2006 counts the number of cells in the range A1:A10 which are >2006
セル C2 にテキスト >2006 が含まれる時 =COUNTIF(A1:A10;C2) は、範囲 A1:A10 で 2006 より大きいセルの数を数えます。(par_id166020.)

To count only negative numbers: =COUNTIF(A1:A10;"<0")
負の数だけを数え上げるには: =COUNTIF(A1:A10;"<0")(par_id6386913.)

(/section: Section2)

(embed text/scalc/01/04060100.xhp#drking : linkinfo)

Calc functions in the OpenOffice.org Wiki
OpenOffice.org Wiki Calc の関数(par_id0902200809540918.)

(/embed text/scalc/01/04060100.xhp#drking)


< Prev / Next >